Skip to content

Commit

Permalink
flake: remove stable nixpkgs input
Browse files Browse the repository at this point in the history
  • Loading branch information
ttrssreal committed Dec 11, 2024
1 parent 4232728 commit 1e83f3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
37 changes: 17 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
stable.url = "github:NixOS/nixpkgs?ref=nixos-24.05";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down Expand Up @@ -40,7 +39,6 @@
git-hooks-nix = {
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "stable";
};
url = "github:cachix/git-hooks.nix";
};
Expand Down

0 comments on commit 1e83f3e

Please sign in to comment.