summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-11 18:55:44 -0700
committerFuwn <[email protected]>2024-09-11 18:55:44 -0700
commitd375a65b2bb88643ecff38214e935a64e1ed2db9 (patch)
tree3ea9ba7eb3020ab115fbf9ae8ad69a5c9b9f9b54 /flake.lock
parentbump: justfile (diff)
downloadnixos-config-d375a65b2bb88643ecff38214e935a64e1ed2db9.tar.xz
nixos-config-d375a65b2bb88643ecff38214e935a64e1ed2db9.zip
flake: flake-parts
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock27
1 files changed, 24 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index fa77ecd..6a1d357 100644
--- a/flake.lock
+++ b/flake.lock
@@ -195,7 +195,9 @@
},
"flake-parts": {
"inputs": {
- "nixpkgs-lib": "nixpkgs-lib"
+ "nixpkgs-lib": [
+ "nixpkgs"
+ ]
},
"locked": {
"lastModified": 1725234343,
@@ -213,6 +215,24 @@
},
"flake-parts_2": {
"inputs": {
+ "nixpkgs-lib": "nixpkgs-lib"
+ },
+ "locked": {
+ "lastModified": 1725234343,
+ "narHash": "sha256-+ebgonl3NbiKD2UD0x4BszCZQ6sTfL4xioaM49o5B3Y=",
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "rev": "567b938d64d4b4112ee253b9274472dc3a346eb6",
+ "type": "github"
+ },
+ "original": {
+ "owner": "hercules-ci",
+ "repo": "flake-parts",
+ "type": "github"
+ }
+ },
+ "flake-parts_3": {
+ "inputs": {
"nixpkgs-lib": [
"omnix",
"nixpkgs"
@@ -676,7 +696,7 @@
},
"nix-gaming": {
"inputs": {
- "flake-parts": "flake-parts",
+ "flake-parts": "flake-parts_2",
"nixpkgs": [
"nixpkgs"
],
@@ -908,7 +928,7 @@
"cachix-push": "cachix-push",
"cargo-doc-live": "cargo-doc-live",
"devour-flake": "devour-flake",
- "flake-parts": "flake-parts_2",
+ "flake-parts": "flake-parts_3",
"nix": "nix",
"nixpkgs": [
"nixpkgs"
@@ -1032,6 +1052,7 @@
"root": {
"inputs": {
"chaotic": "chaotic",
+ "flake-parts": "flake-parts",
"home-manager": "home-manager_2",
"hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins",