test
This commit is contained in:
parent
1813a498ed
commit
87e1145bf3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "NixOS System Config";
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos";
|
||||
nixpkgs.url = "nixpkgs/nixos-23.11";
|
||||
# nixpkgs-wayland - Wayland-specific packages not in nixpkgs
|
||||
nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
|
||||
# home-manager - Dotfile mnagement
|
||||
|
@ -34,7 +34,7 @@
|
|||
outputs = { self, nixpkgs, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
stateVersion = "unstable";
|
||||
stateVersion = "23.11";
|
||||
hmStateVersion = "23.11";
|
||||
libx = import ./lib { inherit self inputs outputs stateVersion hmStateVersion; };
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue