mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
refactor leaky abstraction of niv
This commit is contained in:
parent
6f9ff4d98a
commit
b5be48ba8d
3 changed files with 4 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ in
|
|||
flake.source = sources.nixpkgs;
|
||||
};
|
||||
|
||||
system.nixos.version = lib.substring 0 8 sources.nixpkgs.rev;
|
||||
system.nixos.version = lib.substring 0 8 sources.nixpkgs.revision;
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue