nix,steveej-t480s-work: introduce pure versioning
This commit is contained in:
parent
17c8ccb8c2
commit
c5c4b160a1
12 changed files with 55 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {}
|
||||
{ pkgs ? import <channels-nixos-stable> {}
|
||||
, ownLib ? import ../lib/default.nix { }
|
||||
, dir
|
||||
, rebuildarg
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
unstablepkgs = import <nixos-unstable> { config = config.nixpkgs; };
|
||||
unstablepkgs = import <channels-nixos-unstable> { config = config.nixpkgs; };
|
||||
|
||||
in {
|
||||
# The NixOS release to be compatible with for stateful data such as databases.
|
||||
|
|
4
nix/os/devices/steveej-t480s-work/versions.nix
Normal file
4
nix/os/devices/steveej-t480s-work/versions.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
channelsNixosStable = "7e88992a8c7b2de0bcb89182d8686b27bd93e46a";
|
||||
channelsNixosUnstable = "44b02b52ea6a49674f124f50009299f192ed78bb";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue