initial nix channel

This commit is contained in:
Rongsong Shen 2025-05-22 17:50:21 +08:00
parent ab0ad44ba0
commit bf16dbf41f
4 changed files with 217 additions and 14 deletions

View file

@ -1,7 +1,6 @@
# default.nix
{ pkgs ? import <nixpkgs> {} }:
let
# Import sources
sources = import ./nix/sources.nix;
{
my-package = pkgs.callPackage ./my-package.nix {};
# Add more packages here
}
# And return that specific nixpkgs
in sources.nixpkgs