aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.lock45
-rw-r--r--flake.nix6
2 files changed, 29 insertions, 22 deletions
diff --git a/flake.lock b/flake.lock
index b7f8c273..f1954c3e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -37,11 +37,11 @@
]
},
"locked": {
- "lastModified": 1681177078,
- "narHash": "sha256-ZNIjBDou2GOabcpctiQykEQVkI8BDwk7TyvlWlI4myE=",
+ "lastModified": 1681680516,
+ "narHash": "sha256-EB8Adaeg4zgcYDJn9sR6UMjN/OHdIiMMK19+3LmmXQY=",
"owner": "ipetkov",
"repo": "crane",
- "rev": "0c9f468ff00576577d83f5019a66c557ede5acf6",
+ "rev": "54b63c8eae4c50172cb50b612946ff1d2bc1c75c",
"type": "github"
},
"original": {
@@ -90,7 +90,9 @@
},
"flake-utils": {
"inputs": {
- "systems": "systems"
+ "systems": [
+ "systems"
+ ]
},
"locked": {
"lastModified": 1681202837,
@@ -142,11 +144,11 @@
]
},
"locked": {
- "lastModified": 1681586243,
- "narHash": "sha256-vdP79IZuDZVNSl4RN1LgEuab1Tkbv4gCxiE8VLdRf7U=",
+ "lastModified": 1681746824,
+ "narHash": "sha256-TRe6SAYqTEyWmHwg5gpAj3arebje/OVi7z9yLqZRYqg=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "40ebb62101c83de81e5fd7c3cfe5cea2ed21b1ad",
+ "rev": "ae79840bc756e97f9750fc70448ae0efc1b8dcc3",
"type": "github"
},
"original": {
@@ -189,11 +191,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1681557730,
- "narHash": "sha256-j2E3639kS3Qop2jQPyqWCdenZNaqIdxfoTvAHnGuAGI=",
+ "lastModified": 1681648924,
+ "narHash": "sha256-pzi3HISK8+7mpEtv08Yr80wswyHKsz+RP1CROG1Qf6s=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "85b081528b937df4bfcaee80c3541b58f397df8b",
+ "rev": "f294325aed382b66c7a188482101b0f336d1d7db",
"type": "github"
},
"original": {
@@ -278,6 +280,7 @@
"shell-library": "shell-library",
"snap-sync": "snap-sync",
"strip_js_comments": "strip_js_comments",
+ "systems": "systems",
"templates": "templates",
"user_js": "user_js",
"video_pause": "video_pause",
@@ -287,19 +290,19 @@
},
"rust-overlay": {
"inputs": {
- "flake-utils": [
- "flake-utils"
- ],
"nixpkgs": [
"nixpkgs"
+ ],
+ "systems": [
+ "systems"
]
},
"locked": {
- "lastModified": 1681611682,
- "narHash": "sha256-gT4wfOdVyxtB3NV5U914uAOqzFYMdNK8ObPmtqHxlUg=",
+ "lastModified": 1681750108,
+ "narHash": "sha256-5PF33+dVZhvh5Ly5geW6gC8uDKlHQKLqVxesWDBfFps=",
"owner": "oxalica",
"repo": "rust-overlay",
- "rev": "18cdcb7b4017f266117a4d164f9d71c0535ef5ec",
+ "rev": "cf102ae729aebb19ee9029ed51bc886a5cf6e056",
"type": "github"
},
"original": {
@@ -369,16 +372,16 @@
},
"systems": {
"locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "lastModified": 1680978846,
+ "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=",
"owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "repo": "x86_64-linux",
+ "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8",
"type": "github"
},
"original": {
"owner": "nix-systems",
- "repo": "default",
+ "repo": "x86_64-linux",
"type": "github"
}
},
diff --git a/flake.nix b/flake.nix
index ab5751ed..aaf47b28 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,9 @@
};
# inputs for following
+ systems = {
+ url = "github:nix-systems/x86_64-linux"; # only evaluate for this system
+ };
flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
@@ -29,6 +32,7 @@
flake-utils = {
url = "github:numtide/flake-utils";
inputs = {
+ systems.follows = "systems";
};
};
@@ -36,7 +40,7 @@
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
- flake-utils.follows = "flake-utils";
+ systems.follows = "systems";
};
};