Revert default.nix change
This commit is contained in:
parent
4b2d488dbb
commit
dd3a8016d3
17
default.nix
17
default.nix
|
@ -1,11 +1,8 @@
|
||||||
(import
|
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/4d2b37a84fad1091b9de401eb450aae66f1a741e.tar.gz") {}
|
||||||
(
|
}:
|
||||||
let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in
|
let
|
||||||
fetchTarball {
|
app = pkgs.poetry2nix.mkPoetryApplication {
|
||||||
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
projectDir = ./.;
|
||||||
sha256 = lock.nodes.flake-compat.locked.narHash;
|
};
|
||||||
}
|
in app.dependencyEnv
|
||||||
)
|
|
||||||
{ src = ./.; }
|
|
||||||
).defaultNix
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue