first commit
This commit is contained in:
7
default.nix
Normal file
7
default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
let
|
||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-25.11";
|
||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||
in
|
||||
{
|
||||
fladder = pkgs.callPackage ./fladder.nix { };
|
||||
}
|
||||
Reference in New Issue
Block a user