aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.lock96
-rw-r--r--flake.nix13
2 files changed, 24 insertions, 85 deletions
diff --git a/flake.lock b/flake.lock
index 03a9e0d..b2a699a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -126,28 +126,6 @@
"type": "github"
}
},
- "crane_2": {
- "inputs": {
- "nixpkgs": [
- "lanzaboote",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1715274763,
- "narHash": "sha256-3Iv1PGHJn9sV3HO4FlOVaaztOxa9uGLfOmUWrH7v7+A=",
- "owner": "ipetkov",
- "repo": "crane",
- "rev": "27025ab71bdca30e7ed0a16c88fd74c5970fc7f5",
- "type": "github"
- },
- "original": {
- "owner": "ipetkov",
- "repo": "crane",
- "rev": "27025ab71bdca30e7ed0a16c88fd74c5970fc7f5",
- "type": "github"
- }
- },
"devshell": {
"inputs": {
"nixpkgs": [
@@ -445,7 +423,9 @@
},
"lanzaboote": {
"inputs": {
- "crane": "crane_2",
+ "crane": [
+ "crane"
+ ],
"flake-compat": [
"flake-compat"
],
@@ -455,23 +435,27 @@
"flake-utils": [
"flake-utils"
],
- "nixpkgs": "nixpkgs",
+ "nixpkgs": [
+ "nixpkgs"
+ ],
"pre-commit-hooks-nix": [
"git-hooks"
],
- "rust-overlay": "rust-overlay"
+ "rust-overlay": [
+ "rust-overlay"
+ ]
},
"locked": {
- "lastModified": 1682802423,
- "narHash": "sha256-Fb5TeRTdvUlo/5Yi2d+FC8a6KoRLk2h1VE0/peMhWPs=",
+ "lastModified": 1718178907,
+ "narHash": "sha256-eSZyrQ9uoPB9iPQ8Y5H7gAmAgAvCw3InStmU3oEjqsE=",
"owner": "nix-community",
"repo": "lanzaboote",
- "rev": "64b903ca87d18cef2752c19c098af275c6e51d63",
+ "rev": "b627ccd97d0159214cee5c7db1412b75e4be6086",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "v0.3.0",
+ "ref": "v0.4.1",
"repo": "lanzaboote",
"type": "github"
}
@@ -549,17 +533,17 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1715534503,
- "narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=",
+ "lastModified": 1734119587,
+ "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"owner": "NixOs",
"repo": "nixpkgs",
- "rev": "2057814051972fa1453ddfb0d98badbea9b83c06",
+ "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"type": "github"
},
"original": {
"owner": "NixOs",
+ "ref": "nixos-unstable",
"repo": "nixpkgs",
- "rev": "2057814051972fa1453ddfb0d98badbea9b83c06",
"type": "github"
}
},
@@ -613,22 +597,6 @@
"type": "github"
}
},
- "nixpkgs_2": {
- "locked": {
- "lastModified": 1734119587,
- "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
- "owner": "NixOs",
- "repo": "nixpkgs",
- "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
- "type": "github"
- },
- "original": {
- "owner": "NixOs",
- "ref": "nixos-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
"nixvim": {
"inputs": {
"devshell": "devshell",
@@ -764,14 +732,14 @@
"libnbtplusplus": "libnbtplusplus",
"nix-darwin": "nix-darwin",
"nix-github-actions": "nix-github-actions",
- "nixpkgs": "nixpkgs_2",
+ "nixpkgs": "nixpkgs",
"nixpkgs-lib": "nixpkgs-lib",
"nixpkgs-pinned": "nixpkgs-pinned",
"nixpkgs-stable": "nixpkgs-stable",
"nixvim": "nixvim",
"prismlauncher": "prismlauncher",
"ragenix": "ragenix",
- "rust-overlay": "rust-overlay_2",
+ "rust-overlay": "rust-overlay",
"sops-nix": "sops-nix",
"stylix": "stylix",
"systems": "systems_3",
@@ -781,32 +749,6 @@
},
"rust-overlay": {
"inputs": {
- "flake-utils": [
- "lanzaboote",
- "flake-utils"
- ],
- "nixpkgs": [
- "lanzaboote",
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1715652909,
- "narHash": "sha256-aCLEDvzL1j51Rf2mCFOqK1mieMO3pAn5ItCIdr5h2LA=",
- "owner": "oxalica",
- "repo": "rust-overlay",
- "rev": "1d8fcbbfcfd3476c2665384a46ee9d07ef2b4dd9",
- "type": "github"
- },
- "original": {
- "owner": "oxalica",
- "repo": "rust-overlay",
- "rev": "1d8fcbbfcfd3476c2665384a46ee9d07ef2b4dd9",
- "type": "github"
- }
- },
- "rust-overlay_2": {
- "inputs": {
"nixpkgs": [
"nixpkgs"
]
diff --git a/flake.nix b/flake.nix
index 788c09a..95f46e5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -73,18 +73,15 @@
};
};
lanzaboote = {
- url = "github:nix-community/lanzaboote/v0.3.0";
+ url = "github:nix-community/lanzaboote/v0.4.1";
inputs = {
- crane.url = "github:ipetkov/crane/27025ab71bdca30e7ed0a16c88fd74c5970fc7f5";
- nixpkgs.url = "github:NixOs/nixpkgs/2057814051972fa1453ddfb0d98badbea9b83c06";
+ crane.follows = "crane";
+ nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";
- flake-parts = {
- follows = "flake-parts";
- inputs.nixpkgs-lib.follows = "nixpkgs-lib";
- };
+ flake-parts.follows = "flake-parts";
flake-utils.follows = "flake-utils";
pre-commit-hooks-nix.follows = "git-hooks";
- rust-overlay.url = "github:oxalica/rust-overlay/1d8fcbbfcfd3476c2665384a46ee9d07ef2b4dd9";
+ rust-overlay.follows = "rust-overlay";
};
};