Switch to nixos-unstable for a while
This commit is contained in:
parent
54afa9b152
commit
f042939b5b
3 changed files with 12 additions and 12 deletions
|
@ -2,12 +2,12 @@
|
|||
description = "Nixos configuration flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs = { url = "github:charvp/nixpkgs/master"; };
|
||||
flake-utils.url = "github:numtide/flake-utils/master";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils = { url = "github:numtide/flake-utils/master"; };
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, flake-utils }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue