summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-02-23 10:57:48 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-02-23 10:57:48 +0100
commite7239038641ad9ce89457d6b1684f67fdf269360 (patch)
treecb4ce8c4b4156216d51ec8afe5f999663338a3ba
parent23543be500b111f634c35244aaae94e457e1e86f (diff)
flake.lock: Update
Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/34d524f3edcf3a04c00ad2c09c24ec9d35d937f9' (2025-02-22) → 'github:nix-community/home-manager/ed030a787938cae01d693ebaad52bbb672a4a69d' (2025-02-23) • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/27a7ae1d1933121c250ce7073bde1f83889e6151' (2025-02-22) → 'github:qaristote/my-nixpkgs/95134b39dbeb11626475e8416d6aee7807dcdeca' (2025-02-23) • Updated input 'stylix': 'github:danth/stylix/917e07af1451d7765be57c8b31bb3372c7b821a7' (2025-02-21) → 'github:danth/stylix/3a686a20b8f4dc026e561c1c5a85671c8cfeeb4f' (2025-02-22) • Added input 'stylix/nur': 'github:nix-community/NUR/2215ad5c4347f522523715e809f5f2022509f504' (2025-02-18) • Added input 'stylix/nur/flake-parts': 'github:hercules-ci/flake-parts/205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9' (2024-12-04) • Added input 'stylix/nur/flake-parts/nixpkgs-lib': follows 'stylix/nur/nixpkgs' • Added input 'stylix/nur/nixpkgs': follows 'stylix/nixpkgs' • Added input 'stylix/nur/treefmt-nix': 'github:numtide/treefmt-nix/49717b5af6f80172275d47a418c9719a31a78b53' (2024-12-03) • Added input 'stylix/nur/treefmt-nix/nixpkgs': follows 'stylix/nur/nixpkgs'
-rw-r--r--flake.lock86
1 files changed, 77 insertions, 9 deletions
diff --git a/flake.lock b/flake.lock
index 57b0892..51aec15 100644
--- a/flake.lock
+++ b/flake.lock
@@ -138,6 +138,28 @@
"type": "github"
}
},
+ "flake-parts_3": {
+ "inputs": {
+ "nixpkgs-lib": [
+ "stylix",
+ "nur",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1733312601,
+ "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
"flake-utils": {
"inputs": {
"systems": [
@@ -245,11 +267,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
- "lastModified": 1740234812,
- "narHash": "sha256-TMPM8TBbS0d4e5+3TofgoF+pwbXwMfKzWxwksoIEX1E=",
+ "lastModified": 1740283128,
+ "narHash": "sha256-R61wtNknWWejnl+K0l4sxu/wnLNFbNe44tNM2zbj5yE=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "34d524f3edcf3a04c00ad2c09c24ec9d35d937f9",
+ "rev": "ed030a787938cae01d693ebaad52bbb672a4a69d",
"type": "github"
},
"original": {
@@ -285,11 +307,11 @@
"nur": "nur"
},
"locked": {
- "lastModified": 1740235172,
- "narHash": "sha256-aSrpkhCsZM16WznghmrBYEfAHwObzgfRS3kFPYPv20o=",
+ "lastModified": 1740304661,
+ "narHash": "sha256-jjpP8guxuUxasWDYzgrSLPxm+vXNgvnP9jWc5BWltLo=",
"owner": "qaristote",
"repo": "my-nixpkgs",
- "rev": "27a7ae1d1933121c250ce7073bde1f83889e6151",
+ "rev": "95134b39dbeb11626475e8416d6aee7807dcdeca",
"type": "github"
},
"original": {
@@ -419,6 +441,29 @@
"type": "indirect"
}
},
+ "nur_2": {
+ "inputs": {
+ "flake-parts": "flake-parts_3",
+ "nixpkgs": [
+ "stylix",
+ "nixpkgs"
+ ],
+ "treefmt-nix": "treefmt-nix_2"
+ },
+ "locked": {
+ "lastModified": 1739903703,
+ "narHash": "sha256-w2tTcjx39lJoPDaFbIxi+INIjAKE0jbIx9TNjj9ghmg=",
+ "owner": "nix-community",
+ "repo": "NUR",
+ "rev": "2215ad5c4347f522523715e809f5f2022509f504",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "NUR",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"home-manager": "home-manager",
@@ -441,6 +486,7 @@
"gnome-shell": "gnome-shell",
"home-manager": "home-manager_2",
"nixpkgs": "nixpkgs_5",
+ "nur": "nur_2",
"systems": "systems",
"tinted-foot": "tinted-foot",
"tinted-kitty": "tinted-kitty",
@@ -449,11 +495,11 @@
"tinted-zed": "tinted-zed"
},
"locked": {
- "lastModified": 1740167553,
- "narHash": "sha256-/tbaAA3PUfPbmOqxztKQKITBnJmgtqh/mVG6ygwpTXU=",
+ "lastModified": 1740241659,
+ "narHash": "sha256-2CXyPERfW6rm9R7nV73orfEsuqMlP/LoAfMUBK4s2jE=",
"owner": "danth",
"repo": "stylix",
- "rev": "917e07af1451d7765be57c8b31bb3372c7b821a7",
+ "rev": "3a686a20b8f4dc026e561c1c5a85671c8cfeeb4f",
"type": "github"
},
"original": {
@@ -580,6 +626,28 @@
"repo": "treefmt-nix",
"type": "github"
}
+ },
+ "treefmt-nix_2": {
+ "inputs": {
+ "nixpkgs": [
+ "stylix",
+ "nur",
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1733222881,
+ "narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=",
+ "owner": "numtide",
+ "repo": "treefmt-nix",
+ "rev": "49717b5af6f80172275d47a418c9719a31a78b53",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "treefmt-nix",
+ "type": "github"
+ }
}
},
"root": "root",