mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 13:03:03 -04:00
use unstable nix
This commit is contained in:
parent
125dd54ff9
commit
e12a8628d3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
stable,
|
unstable,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
package = stable.nix;
|
package = unstable.nix;
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs-unstable}" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue