Skip to content

Commit

Permalink
Merge pull request #4 from Sigmanificient/going-unstable
Browse files Browse the repository at this point in the history
Migrate NixOS config from 23.05 to 23.11
  • Loading branch information
Sigmanificient authored Mar 23, 2024
2 parents c7c2371 + 966ebd9 commit cfea4e8
Show file tree
Hide file tree
Showing 19 changed files with 304 additions and 373 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Pre-commit config
.pre-commit-config.yaml

# Virtual Machines Disks
*.qcow2
Binary file modified assets/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bacon.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ inputs, system, pkgs-unstable }: with inputs;
{ inputs, system, pkgs }: with inputs;
let
username = "sigmanificient";
in
{
inherit system;

specialArgs = {
inherit username pkgs-unstable;
inherit username pkgs;
hostname = "Bacon";
};

Expand Down
206 changes: 111 additions & 95 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cfea4e8

Please sign in to comment.