summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-23 06:01:57 -0400
committerseth <[email protected]>2024-05-23 04:14:04 -0600
commit5400199c922c3908c3282348b75c2bb1146d923a (patch)
tree0ec889d08e2691733df13ba8b66154c503566d2b /flake.lock
parent573c04045c247791523062205dcc76b5cf69066c (diff)
simplify flake module
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock42
1 files changed, 21 insertions, 21 deletions
diff --git a/flake.lock b/flake.lock
index 17a57aa..bea1c2b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -89,26 +89,6 @@
"type": "github"
}
},
- "darwin": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1715901937,
- "narHash": "sha256-eMyvWP56ZOdraC2IOvZo0/RTDcrrsqJ0oJWDC76JTak=",
- "owner": "LnL7",
- "repo": "nix-darwin",
- "rev": "ffc01182f90118119930bdfc528c1ee9a39ecef8",
- "type": "github"
- },
- "original": {
- "owner": "LnL7",
- "repo": "nix-darwin",
- "type": "github"
- }
- },
"fenix": {
"inputs": {
"nixpkgs": [
@@ -298,6 +278,26 @@
"type": "github"
}
},
+ "nix-darwin": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1716329735,
+ "narHash": "sha256-ap51w+VqG21vuzyQ04WrhI2YbWHd3UGz0e7dc/QQmoA=",
+ "owner": "LnL7",
+ "repo": "nix-darwin",
+ "rev": "eac4f25028c1975a939c8f8fba95c12f8a25e01c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "LnL7",
+ "repo": "nix-darwin",
+ "type": "github"
+ }
+ },
"nix-index-database": {
"inputs": {
"nixpkgs": [
@@ -434,7 +434,6 @@
"agenix": "agenix",
"arkenfox": "arkenfox",
"catppuccin": "catppuccin",
- "darwin": "darwin",
"firefox-addons": "firefox-addons",
"flake-checks": "flake-checks",
"flake-parts": "flake-parts",
@@ -442,6 +441,7 @@
"home-manager": "home-manager",
"krunner-nix": "krunner-nix",
"lanzaboote": "lanzaboote",
+ "nix-darwin": "nix-darwin",
"nix-index-database": "nix-index-database",
"nixinate": "nixinate",
"nixos-wsl": "nixos-wsl",