flake: Switch to the new stable version and update lockfile
This commit is contained in:
parent
6da1d644ac
commit
555a2949bd
2 changed files with 11 additions and 30 deletions
|
|
@ -2,15 +2,13 @@
|
|||
description = "tlater.net web server contents";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-20.09";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.05";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, flake-utils }@inputs:
|
||||
outputs = { self, nixpkgs, flake-utils }@inputs:
|
||||
flake-utils.lib.simpleFlake {
|
||||
inherit self;
|
||||
nixpkgs = nixpkgs-unstable;
|
||||
inherit self nixpkgs;
|
||||
name = "tlaternet-templates";
|
||||
|
||||
overlay = final: prev: {
|
||||
|
|
|
|||
Reference in a new issue