remove the version file

This commit is contained in:
Andreas Zweili 2022-02-23 10:43:04 +01:00
parent bc00968e7b
commit d2a35f84d0
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{
username = "andreas";
system = "x86_64-linux";
version = "21.11";
}

View File

@ -120,7 +120,6 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = import "${inputs.self}/version.nix";
system.stateVersion = custom.version;
}

View File

@ -1 +0,0 @@
"21.11"