File tree Expand file tree Collapse file tree 2 files changed +52
-61
lines changed Expand file tree Collapse file tree 2 files changed +52
-61
lines changed Original file line number Diff line number Diff line change 48
48
url = "github:cachix/git-hooks.nix" ;
49
49
inputs . flake-compat . follows = "flake-compat" ;
50
50
inputs . gitignore . follows = "gitignore" ;
51
- inputs . nixpkgs-stable . follows = "nixpkgs" ;
52
51
inputs . nixpkgs . follows = "nixpkgs" ;
53
52
} ;
54
53
gitignore = {
88
87
nix-index-database . inputs . nixpkgs . follows = "nixpkgs" ;
89
88
nixos-hardware . url = "github:NixOS/nixos-hardware/master" ;
90
89
nixpkgs . url = "github:NixOS/nixpkgs/nixpkgs-unstable" ;
91
- # nixpkgs.url = "github:NixOS/nixpkgs/master";
92
90
nixvim = {
93
91
url = "github:nix-community/nixvim" ;
94
92
inputs . devshell . follows = "devshell" ;
111
109
inputs . nixpkgs . follows = "nixpkgs" ;
112
110
inputs . flake-compat . follows = "flake-compat" ;
113
111
inputs . gitignore . follows = "gitignore" ;
114
- inputs . nixpkgs-stable . follows = "nixpkgs" ;
115
112
} ;
116
113
sops-nix = {
117
114
url = "github:Mic92/sops-nix" ;
You can’t perform that action at this time.
0 commit comments