nix/devices/steveej-t480s-work: remove specific versions tmpl
This commit is contained in:
parent
a6b2fdf1be
commit
ea7574d7aa
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
channelsNixosStable = {
|
|
||||||
ref = "nixos-19.03";
|
|
||||||
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.03 | awk '{ print $1 }' | tr -d '\n' -%>";
|
|
||||||
};
|
|
||||||
channelsNixosUnstable = {
|
|
||||||
ref = "nixos-unstable";
|
|
||||||
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-unstable | awk '{ print $1 }' | tr -d '\n' -%>";
|
|
||||||
};
|
|
||||||
homeManagerModule = {
|
|
||||||
url = "https://github.com/rycee/home-manager";
|
|
||||||
ref = "master";
|
|
||||||
rev = "<% git ls-remote https://github.com/rycee/home-manager.git master | awk '{ print $1 }' | tr -d '\n' -%>";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue