flake: remove suites from flake
This commit is contained in:
parent
934cd7f895
commit
07216e2fa3
9 changed files with 66 additions and 115 deletions
|
@ -1,11 +1,5 @@
|
|||
{ suites, profiles, pkgs, lib, ... }: {
|
||||
imports = lib.lists.flatten [
|
||||
(with suites; [
|
||||
base
|
||||
develop
|
||||
])
|
||||
];
|
||||
|
||||
{ pkgs, lib, ... }:
|
||||
{
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
# I don't use Windows, but when I do, I want NixOS there with me,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue