remove nixpkgs dependency
YIPPIE YIPPIE YIPPIE
This commit is contained in:
parent
8dc975fc89
commit
dc37c482a8
4 changed files with 46 additions and 16 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
inputs = {
|
||||
systems.url = "github:nix-systems/default";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nt.url = "github:cry128/nt";
|
||||
|
||||
home-manager = {
|
||||
|
|
@ -37,14 +37,12 @@
|
|||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
nt,
|
||||
...
|
||||
} @ inputs:
|
||||
import ./cerulean
|
||||
{
|
||||
inherit inputs self nt;
|
||||
inherit (nixpkgs) lib;
|
||||
inherit (nt) mix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue