diff options
author | Vika <vika@fireburn.ru> | 2024-10-21 22:57:02 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-10-21 23:15:42 +0300 |
commit | 3bc1190b07fb0dfeb3fe7d0829a0e30d3afd9e70 (patch) | |
tree | af42bf71d6094982404d1ef5cf0f7f6d7438dc53 /flake.nix | |
parent | ebd6706dff313c711a24231c8fe510d270295826 (diff) | |
download | bowl-3bc1190b07fb0dfeb3fe7d0829a0e30d3afd9e70.tar.zst |
flake.lock: Update
Flake lock file updates: • Updated input 'crane': 'github:ipetkov/crane/529c1a0b1f29f0d78fa3086b8f6a134c71ef3aaf' (2024-07-24) → 'github:ipetkov/crane/fa8b7445ddadc37850ed222718ca86622be01967' (2024-10-18) • Removed input 'crane/nixpkgs' • Updated input 'flake-utils': 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a' (2024-09-17) • Updated input 'nixpkgs': 'github:vikanezrimaya/nixpkgs/0e04d7d5e7c41d1ffb76f169d15eb80fe0538c3c' (2024-08-16) → 'github:nixos/nixpkgs/4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0' (2024-10-18)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 4b78a24..ecfc5b1 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ }; crane = { url = "github:ipetkov/crane"; - inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs = { type = "github"; |