Use nixos rebuild instead of switch-to-configuration script #6

Merged
MatthewCroughan merged 2 commits from mc/use-nixos-rebuild into master 2022-02-07 01:19:42 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 07a62f362b - Show all commits

8
flake.lock generated
View file

@ -63,16 +63,16 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1640887906,
"narHash": "sha256-Eupk1UlNicCD2UNZuEKt6yhE6kFWAxXM/HyziOjG9CA=",
"lastModified": 1643852787,
"narHash": "sha256-RHrvroV61jcfTXfW0Rwc0qu/8lHmfYxSy49adyXkB0I=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8a053bc2255659c5ca52706b9e12e76a8f50dbdd",
"rev": "76e3df7c0687d5b9ff31431fd4ee4d4cd07a4b2f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-21.11",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,7 +1,7 @@
{
description = "Nixinate your systems 🕶";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
examples.url = "path:./examples";
};
outputs = { self, nixpkgs, examples, ... }: