Try to fix pullomatic

This commit is contained in:
philip-peterson 2026-05-04 05:31:21 -08:00
parent bc0d33245a
commit 34db396d92
2 changed files with 5 additions and 5 deletions

View file

@ -129,16 +129,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1707347730, "lastModified": 1751274312,
"narHash": "sha256-0etC/exQIaqC9vliKhc3eZE2Mm2wgLa0tj93ZF/egvM=", "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6832d0d99649db3d65a0e15fa51471537b2c56a6", "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-23.11", "ref": "nixos-24.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -209,7 +209,7 @@ in {
"/nix/var/nix/profiles/per-user/root/channels" "/nix/var/nix/profiles/per-user/root/channels"
]; ];
package = pkgs.nixFlakes; package = pkgs.nixVersions.stable;
extraOptions = ''experimental-features = nix-command flakes''; extraOptions = ''experimental-features = nix-command flakes'';
gc = { gc = {