Change nixpkgs channel from 21.11
to nixos-21.11
Note that `21.11` is a tag (i.e. it never changes), while `nixos-21.11` is a branch, so it gets updated over time.
This commit is contained in:
parent
c57e077ad4
commit
ddc4b7fb8b
2 changed files with 17 additions and 54 deletions
|
@ -2,7 +2,7 @@
|
|||
description = "nki's systems";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/21.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
darwin.url = "github:lnl7/nix-darwin/master";
|
||||
darwin.inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue