summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-11-25 07:16:48 -0500
committerJon Santmyer <jon@jonsantmyer.com>2025-11-25 07:16:48 -0500
commit34a81b72d264acc99972e4a8e77be33e713486c8 (patch)
tree6fbf74f3558886d0d04feaf235580fa76ae26e8e /flake.lock
parent29e4d76f2169644939495e40ced0404667c50f17 (diff)
downloadnix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.gz
nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.bz2
nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.zip
use overlays instead of custom defined packages when possibleHEADmaster
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock34
1 files changed, 28 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 281d344..c053d50 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,6 +20,27 @@
"type": "github"
}
},
+ "lsfg-vk-flake": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1753938292,
+ "narHash": "sha256-akeUWgvIIi163s/femzvTOuqqOiOB/8US5ioHsNqhYY=",
+ "owner": "pabloaul",
+ "repo": "lsfg-vk-flake",
+ "rev": "081cd66b1369188777ea146a759d35e99ea6b031",
+ "type": "github"
+ },
+ "original": {
+ "owner": "pabloaul",
+ "ref": "main",
+ "repo": "lsfg-vk-flake",
+ "type": "github"
+ }
+ },
"nix-index-database": {
"inputs": {
"nixpkgs": "nixpkgs"
@@ -54,18 +75,18 @@
"type": "github"
}
},
- "nixpkgs-stable": {
+ "nixpkgs-unstable": {
"locked": {
- "lastModified": 1750400657,
- "narHash": "sha256-3vkjFnxCOP6vm5Pm13wC/Zy6/VYgei/I/2DWgW4RFeA=",
+ "lastModified": 1758035966,
+ "narHash": "sha256-qqIJ3yxPiB0ZQTT9//nFGQYn8X/PBoJbofA7hRKZnmE=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "b2485d56967598da068b5a6946dadda8bfcbcd37",
+ "rev": "8d4ddb19d03c65a36ad8d189d001dc32ffb0306b",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-25.05",
+ "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
@@ -89,9 +110,10 @@
"root": {
"inputs": {
"home-manager": "home-manager",
+ "lsfg-vk-flake": "lsfg-vk-flake",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs_2",
- "nixpkgs-stable": "nixpkgs-stable"
+ "nixpkgs-unstable": "nixpkgs-unstable"
}
}
},