enable
This commit is contained in:
parent
9d5acd1b87
commit
f2fb81a286
1 changed files with 3 additions and 4 deletions
|
|
@ -41,11 +41,10 @@
|
||||||
|
|
||||||
nix.registry = {
|
nix.registry = {
|
||||||
self.flake = inputs.self;
|
self.flake = inputs.self;
|
||||||
|
|
||||||
# Commented out because it doesnt match if i switch a system
|
|
||||||
# to another nixpkgs with a different flake input name
|
|
||||||
nixpkgs.flake = inputs.nixpkgs;
|
nixpkgs.flake = inputs.nixpkgs;
|
||||||
|
|
||||||
|
# Commented out because i want to make sure it works if i switch a system
|
||||||
|
# to another nixpkgs with a different flake input name
|
||||||
# nixpkgs = {
|
# nixpkgs = {
|
||||||
# from = { type = "indirect"; id = "nixpkgs"; };
|
# from = { type = "indirect"; id = "nixpkgs"; };
|
||||||
# to = {
|
# to = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue