updated nix

This commit is contained in:
Gerg-L 2023-11-05 19:17:10 -05:00
parent 55f09f7231
commit 8e31614825
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 14 additions and 14 deletions

26
flake.lock generated
View file

@ -168,11 +168,11 @@
},
"master": {
"locked": {
"lastModified": 1699159415,
"narHash": "sha256-SioecMJseTpLf+lpg7x1DUEUHg72xLCNynJT/5bJIKc=",
"lastModified": 1699227158,
"narHash": "sha256-cqJdQp/Ix/FCAjVaFcmLHL6cEpCLO6OlEJRPOMeGX00=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4af510c7ae4a528a54312ee10355ae3e521e38e9",
"rev": "413655a1cfdcb155ddb74882711f2b3a4e716933",
"type": "github"
},
"original": {
@ -208,16 +208,16 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1698770907,
"narHash": "sha256-Cb0K2V/8+dJMD6g6BLgq/PwH613aYj9Yhvkl6gzqx0U=",
"lastModified": 1699217591,
"narHash": "sha256-pP9Pifra+CpVZaGSxd9Dr9T3Gcc4p0ViuS1m+0JJysM=",
"owner": "NixOS",
"repo": "nix",
"rev": "e3febfcd532adb23ca05ac465a2b907d6f1a3529",
"rev": "1a14ce83811038b05b653df461a944ef0847d14d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "e3febfcd532adb23ca05ac465a2b907d6f1a3529",
"ref": "1a14ce83811038b05b653df461a944ef0847d14d",
"repo": "nix",
"type": "github"
}
@ -454,11 +454,11 @@
},
"stable": {
"locked": {
"lastModified": 1699110214,
"narHash": "sha256-L2TU4RgtiqF69W8Gacg2jEkEYJrW+Kp0Mp4plwQh5b8=",
"lastModified": 1699169573,
"narHash": "sha256-cvUb1xZkvOp3W2SzylStrTirhVd9zCeo5utJl9nSIhw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "78f3a4ae19f0e99d5323dd2e3853916b8ee4afee",
"rev": "aeefe2054617cae501809b82b44a8e8f7be7cc4b",
"type": "github"
},
"original": {
@ -490,11 +490,11 @@
},
"unstable": {
"locked": {
"lastModified": 1698924604,
"narHash": "sha256-GCFbkl2tj8fEZBZCw3Tc0AkGo0v+YrQlohhEGJ/X4s0=",
"lastModified": 1699099776,
"narHash": "sha256-X09iKJ27mGsGambGfkKzqvw5esP1L/Rf8H3u3fCqIiU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "fa804edfb7869c9fb230e174182a8a1a7e512c40",
"rev": "85f1ba3e51676fa8cc604a3d863d729026a6b8eb",
"type": "github"
},
"original": {

View file

@ -24,7 +24,7 @@
type = "github";
owner = "NixOS";
repo = "nix";
ref = "e3febfcd532adb23ca05ac465a2b907d6f1a3529";
ref = "1a14ce83811038b05b653df461a944ef0847d14d";
inputs.nixpkgs.follows = "unstable";
};
nixos-generators = {