Switch to nixos-unstable for a while

This commit is contained in:
Charlotte Van Petegem 2020-12-21 09:41:51 +01:00
parent 54afa9b152
commit f042939b5b
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 12 additions and 12 deletions

View file

@ -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 }: