summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2024-11-30 16:45:22 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2024-11-30 16:45:22 +0100
commitdf5287dd4133549dd7b13ea762f4c60fb2280a21 (patch)
tree6a27eb632b36f570f70f56c732c0953587be3db0 /flake.lock
parent89ed974f44d6723d3862d20927e405cbbbfb09dc (diff)
add remote builder
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock19
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 954b0e7..65782ef 100644
--- a/flake.lock
+++ b/flake.lock
@@ -65,6 +65,22 @@
"type": "indirect"
}
},
+ "nixpkgs-beta": {
+ "locked": {
+ "lastModified": 1732981179,
+ "narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
+ "type": "github"
+ },
+ "original": {
+ "owner": "NixOS",
+ "ref": "release-24.11",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
"nixpkgs-lib": {
"locked": {
"lastModified": 1722555339,
@@ -111,7 +127,8 @@
"inputs": {
"my-nixpkgs": "my-nixpkgs",
"nixos-hardware": "nixos-hardware",
- "nixpkgs": "nixpkgs_2"
+ "nixpkgs": "nixpkgs_2",
+ "nixpkgs-beta": "nixpkgs-beta"
}
}
},