Set flake channel as default for nix-shell and nix build
This commit is contained in:
parent
0addd25afa
commit
8cf59cda0b
@ -14,7 +14,7 @@ inputs:
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
# nix shell and nix build should use the same channel as the flake
|
# nix shell and nix build should use the same channel as the flake
|
||||||
registry.nixpkgs.flake = nixpkgs;
|
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||||
};
|
};
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user