Pin nixpkgs flake
This commit is contained in:
parent
6511c60238
commit
b59d95255f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ in
|
||||||
{
|
{
|
||||||
|
|
||||||
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
nix.registry.nixpkgs.flake = self.inputs.nixos;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue