mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
remove flake-compat and devshell inputs
This commit is contained in:
parent
21bdcb716b
commit
3b12406285
9 changed files with 37 additions and 158 deletions
14
default.nix
14
default.nix
|
|
@ -1,14 +0,0 @@
|
|||
(
|
||||
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 = ./.;}
|
||||
)
|
||||
.defaultNix
|
||||
Loading…
Add table
Add a link
Reference in a new issue