nix/graphical-removable: add pure channel versioning
This commit is contained in:
parent
fa91312645
commit
6cb6acd851
2 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,8 @@ in {
|
|||
gnutls = true;
|
||||
};
|
||||
|
||||
android_sdk.accept_license = true;
|
||||
|
||||
packageOverrides = pkgs: with pkgs; {
|
||||
myPython36 = python36Full.withPackages (ps: with ps; [
|
||||
pylint pep8 yapf flake8
|
||||
|
|
10
nix/os/devices/steveej-rmvbl-sduusb3128g/versions.nix
Normal file
10
nix/os/devices/steveej-rmvbl-sduusb3128g/versions.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
channelsNixosStable = {
|
||||
ref = "nixos-18.09";
|
||||
rev = "7e88992a8c7b2de0bcb89182d8686b27bd93e46a";
|
||||
};
|
||||
channelsNixosUnstable = {
|
||||
ref = "nixos-unstable";
|
||||
rev = "44b02b52ea6a49674f124f50009299f192ed78bb";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue