summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-06 17:03:55 -0400
committerseth <[email protected]>2023-09-07 13:13:55 -0400
commitec42da1b1bdf9d6fd7b05b66b4bc217c1b804147 (patch)
treec2dd856e3c78f41ad097108527779cd3fd9f1090 /default.nix
parent43a54b71cd98f5e59a6a7d703b1fb00271ac6639 (diff)
ci: move back to garnix
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix18
1 files changed, 5 insertions, 13 deletions
diff --git a/default.nix b/default.nix
index c7d0c26..7d52616 100644
--- a/default.nix
+++ b/default.nix
@@ -1,14 +1,6 @@
-(
- import
- (
- let
- lock = builtins.fromJSON (builtins.readFile ./flake.lock);
- in
- fetchTarball {
- url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
- sha256 = lock.nodes.flake-compat.locked.narHash;
- }
- )
- {src = ./.;}
-)
+(import
+ (fetchTarball {
+ url = "https://github.com/edolstra/flake-compat/archive/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9.tar.gz";
+ hash = "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=";
+ } {src = ./.;}))
.defaultNix