mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
pin nixpkgs flake
This commit is contained in:
parent
462377c693
commit
0c66937c72
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
nix = {
|
||||
package = pkgs.nixVersions.latest;
|
||||
registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue