update nix and flake.lock

This commit is contained in:
Gerg-L 2023-08-21 20:42:38 -04:00
parent c50b8fd710
commit aad807adf6
2 changed files with 12 additions and 12 deletions

20
flake.lock generated
View file

@ -106,11 +106,11 @@
}, },
"master": { "master": {
"locked": { "locked": {
"lastModified": 1692592905, "lastModified": 1692664499,
"narHash": "sha256-0LVmjf39AVXqHkZF8D79P9BEfbN++xwtXQDmt4nDyoM=", "narHash": "sha256-k9Pdbj4iRDpEdIDNgAgK/Rduhz+qI/4V3GuFNRrhbZ4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1d9c23174992536b9b8bb0fa0bde461b5dcd18de", "rev": "e3ffebdf09f86c4e5388d1df67d56fcd1fe6d84d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -143,17 +143,17 @@
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1691778723, "lastModified": 1692453612,
"narHash": "sha256-epdvK0IDwaDZpnvk5qvNnCts9AWFl75XIEauDX0nUcM=", "narHash": "sha256-T53szNMtOf6oFYAZ7gjtBHhzFTdAEOHHqm/2QYFieBQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nix", "repo": "nix",
"rev": "584ff408a4e2b6eb0d74989778c640a92089b6d4", "rev": "10afcf06aa2607bf088f7f08989f42c1fa2689a2",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"repo": "nix", "repo": "nix",
"rev": "584ff408a4e2b6eb0d74989778c640a92089b6d4", "rev": "10afcf06aa2607bf088f7f08989f42c1fa2689a2",
"type": "github" "type": "github"
} }
}, },
@ -322,11 +322,11 @@
}, },
"stable": { "stable": {
"locked": { "locked": {
"lastModified": 1692414505, "lastModified": 1692525914,
"narHash": "sha256-sSTuyR9JYSxmUcYcj0Jvw1hIq1tz/Canw9mK0hEJvnE=", "narHash": "sha256-MUgZ9/9mE/EbEQA6JPdcQHkjoR5fgvaKhpy6UO67uEc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4cdad15f34e6321a2f789b99d42815b9142ac2ba", "rev": "475d5ae2c4cb87b904545bdb547af05681198fcc",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -4,8 +4,8 @@
master.url = "github:nixos/nixpkgs"; master.url = "github:nixos/nixpkgs";
unstable.url = "github:nixos/nixpkgs/nixos-unstable"; unstable.url = "github:nixos/nixpkgs/nixos-unstable";
stable.url = "github:nixos/nixpkgs/nixos-23.05"; stable.url = "github:nixos/nixpkgs/nixos-23.05";
#nix 2.17
nix.url = "github:nixos/nix/584ff408a4e2b6eb0d74989778c640a92089b6d4"; nix.url = "github:nixos/nix/10afcf06aa2607bf088f7f08989f42c1fa2689a2";
nixos-generators = { nixos-generators = {
url = "github:nix-community/nixos-generators"; url = "github:nix-community/nixos-generators";