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